func regexp.compile
3 uses
regexp (current package)
regexp.go#L135: return compile(expr, syntax.Perl, false)
regexp.go#L158: return compile(expr, syntax.POSIX, true)
regexp.go#L171: func compile(expr string, mode syntax.Flags, longest bool) (*Regexp, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)